CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AES 加密 解密 c

搜索资源列表

  1. hxtAes

    0下载:
  2. aes加密解密c#源码,有完整的注释说明文件-Aes encryption and decryption c # source, a comprehensive annotated document
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15938
    • 提供者:lauson
  1. AES

    0下载:
  2. 用C语言编写AES加密解密算法,实现加密解密功能
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:黎志展
  1. AES

    0下载:
  2. C#AES加密解密的 实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35159
    • 提供者:wanghai
  1. Aes.rar

    1下载:
  2. 使用C++和MFC做的AES加密解密系统,The use of C++ and MFC to do the AES encryption and decryption system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1904692
    • 提供者:张晴丽
  1. AES.zip

    1下载:
  2. AES最新加密解密算法,C语言源代码。。。。。,The latest AES encryption and decryption algorithm, C language source code. . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:46306
    • 提供者:张怡
  1. c语言的AES加解密算法

    4下载:
  2. aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
  3. 所属分类:Windows编程

  1. AES

    0下载:
  2. C语言实现AES的两种方式,实现了128,192,256三种模式的加密解密-C language AES' s two ways to achieve the three modes of encryption and decryption 128,192,256
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:46646
    • 提供者:李健
  1. AES

    0下载:
  2. AES的加密解密的程序代码,已经通过验证,保证可以使用。C++版。-AES encryption and decryption of the program code has been validated to ensure that you can use. C++ version.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:882901
    • 提供者:王恒
  1. AES

    1下载:
  2. AES加密类 对字符串有效的加解密,C-AES encryption type of the string of effective encryption and decryption, C++
  3. 所属分类:加密解密

    • 发布日期:2013-03-18
    • 文件大小:7271
    • 提供者:吴昊
  1. AES_Encryption

    0下载:
  2. AES加密解密工具,使用c#开发,可以对数据进行加密和解密。-AES encryption and decryption tool, use the c# development, you can encrypt and decrypt data.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:230596
    • 提供者:YANG Jun
  1. aes

    0下载:
  2. AES 加密解密 AES implementation in PHP (c) Chris Veness 2005-2008.-AES implementation in PHP (c) Chris Veness 2005-2008. Right of free use is commercial or non-commercial use. No warranty of any form is offered.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4438
    • 提供者:songqilin
  1. CSharpCallDllAESEncanddEcr

    0下载:
  2. C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:160279
    • 提供者:zhang
  1. aes算法的加密解密

    0下载:
  2. 快毕业了,最后一个课程设计,《基于Windows Socket的安全通信》,内容就是基于AES加密的SOCKET通信,貌似挺简单,不过要用VC++6.0开发,C++我确实没有任何代码经验,虽然不是强制性,但由于机房里各种纠结,只能用它了
  3. 所属分类:密码/编码算法

  1. AES加密、解密c++实现代码

    3下载:
  2. 实现192位密钥的AES加密及解密算法。实现语言为c++。
  3. 所属分类:其它程序

    • 发布日期:2016-05-13
    • 文件大小:3750
    • 提供者:Dsir123
  1. AES

    1下载:
  2. 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:3926016
    • 提供者:ljd971011
  1. AES

    0下载:
  2. 实现AES加密解密,AES是一种对称加密算法。(Realize AES encryption and decryption, AES is a symmetric encryption algorithm.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:杨小手
  1. rijndael.c

    0下载:
  2. 该代码实现完整的AES加密和解密流程。 二次开发者可对照AES的算法步骤自行调整设置。(This C code is used to fulfill the whole procedure of AES(Advanced Encryption Standard) . The developer can modify the configuration in the code to help himself by referring the main steps of AES.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:zhouzhengzzcc
  1. ASE加密解密

    0下载:
  2. C#AES加密解密,256位AES加密和有密码的AES加密(C#AES encryption and decryption, 256 bit AES encryption and cipher AES encryption)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:hlfanan
  1. AES加密

    0下载:
  2. 基于openssl AES加解密功能封装(Encapsulation based on OpenSSL AES encryption and decryption function)
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:cwbo_win
  1. QtAES-v2.0

    0下载:
  2. 使用C++语言和Qt框架,基于Rijndael算法开发了AES加密软件和。 AES加密/解密软件支持8位、16位和32位密钥以及CBC、ECB、CFB三种加密/解密模式。 界面友好,可以方便地实现跨平台,数据处理迅速。 本项目使用git进行项目管理。(Using the C++ language and the Qt framework, the AES encryption software is developed based on the Rijndael algorithm. A
  3. 所属分类:家庭/个人应用

    • 发布日期:2018-04-23
    • 文件大小:2809856
    • 提供者:FLHonker
« 12 3 4 5 6 »
搜珍网 www.dssz.com